home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 0 / 75.TXT < prev    next >
Text File  |  1993-09-28  |  3KB  |  64 lines

  1. DOCUMENT:Q103075  24-SEP-1993  [W_NT]
  2. TITLE   :How to Format Directory Output with FTP Server
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. WARNING: Using Registry Editor incorrectly can cause
  16.      serious, system-wide problems that may require you to
  17.      reinstall Windows NT to correct them. Microsoft cannot
  18.      guarantee that any problems resulting from the use of
  19.      Registry Editor can be solved. Use this tool at your own
  20.      risk.
  21.  
  22. Some File Transfer Protocol (FTP) client software makes assumptions
  23. based on the formatting of directory list information. The Windows NT
  24. FTP server provides some flexibility for client software that requires
  25. directory formatting similar to UNIX systems.
  26.  
  27. To set the default for the format of directory listings for new FTP
  28. users, change the value of MsDosDirOutput using the Registry Editor
  29. (REGEDT32.EXE). MS DOS-style listings are a value of 1 (the default),
  30. and UNIX-style listings are a value of 0.
  31.  
  32. The path to the MsDosDirOutput entry is as follows:
  33.  
  34.    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FtpSvc
  35.    \Parameters
  36.  
  37. Users can toggle this setting with the site-specific command
  38. DIRSTYLE. On most FTP client implementations (including the
  39. Windows NT FTP client), users enter a command similar to
  40.  
  41.    quote site dirstyle 
  42.  
  43. to get this effect.
  44.  
  45. Additional reference words: 3.10
  46.  
  47. KBCategory:
  48. KBSubcategory: tpip
  49.  
  50. =============================================================================
  51.  
  52. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  53. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  54. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  55. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  56. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  57. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  58. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  59. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  60. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  61. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  62. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  63.  
  64. Copyright Microsoft Corporation 1993.